#lista3 {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 14px;
    paing: 0;
    margin-bottom: 4em;
    color: #fff
}

#lista3 ol {
    margin: 0 0 0 2em
}

#lista3 li {
    position: relative;
    display: block;
    padding: .2em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-out
}

#lista3 li:hover {
    background: #1d4299;
    color: #333
}

#lista3 li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #1d4299;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: 700
}

#lista3 li:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out
}

#lista3 li:hover:after {
    left: -.5em;
    border-left-color: #1d4299
}

@media(min-width:767px) {
    .filaNuevaMD {
        clear: both
    }
}

@media(max-width:767px) {
    .navbar-header img.img-responsive {
        font-size: 14px;
        max-height: 45px
    }
    .filaNuevaMD {
        clear: initial
    }
    .row.count .fadeInLeft {
        height: 105px
    }
}

.grisclaro {
    background: #f9f9f9
}

.item {
    text-align: center
}

#portfolio-single .carousel-inner>.item>img {
    display: initial
}

#portfolio-single .contenido {
    width: 500px;
    margin: auto
}

#portfolio-single .firma {
    float: left
}

a,
#home-slider .caption h1 span,
#twitter-carousel .item span,
#footer .footer-bottom,
#single-portfolio .close-folio-item:hover,
.single-table.featured .btn.btn-primary,
.contact-info ul li a:hover,
#footer .footer-bottom a {
    color: #1d4299
    /* color: #b4c93e */
}

.btn.btn-primary:hover,
.btn-submit:hover {
    background-color: #1d4299
}

a:hover,
a:focus {
    color: #1d4299
}


/* para cambiar color de fondo menu  */

.main-nav,
.service-icon,
.progress-bar.progress-bar-primary,
.single-table.featured,
.btn.btn-primary,
.twitter-icon .fa-twitter,
.twitter-left-control:hover,
.twitter-right-control:hover,
.post-icon,
.entry-header .date:after,
.btn-loadmore:hover,
.btn-submit,
#footer,
.caption .btn-start:hover,
.left-control:hover,
.right-control:hover,
.folio-overview a:hover {
    background: rgba(15, 15, 15, 0.93);
    /* background-color: #151515 */
}

.service-icon-02 {
    background-color: #1d4299
}

.service-icon-02 {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.twitter-left-control:hover,
.twitter-right-control:hover,
.btn-loadmore:hover {
    border: 1px solid #1d4299
}

.caption .btn-start:hover,
.left-control:hover,
.right-control:hover {
    border-color: #1d4299
}

.twitter-icon .fa-twitter:after {
    border-color: #1d4299 transparent transparent
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-color: #fff
}

.carousel-control.left {
    background-image: none;
    background-color: #fff
}

.our-services .col-sm-4 {
    border-right: 0 solid #f2f2f2;
    border-bottom: 0 solid #f2f2f2;
    padding-bottom: 50px
}

.icon-color {
    color: #1d4299
}

.icon-color-02 {
    color: #151515;
    font-size: 34px
}

.icon-color-03 {
    color: #151515;
    font-size: 48px
}

.service-info h3 {
    margin-top: 35px;
    font-weight: 700
}

h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 300
}

.heading {
    padding-bottom: 50px
}

.text-service {
    font-weight: 300;
    color: #222;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 80px
}

.text-service-oth {
    font-weight: 300;
    color: #222;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 0
}

.text-service-li {
    font-weight: 700;
    color: #1d4299;
    font-size: 20px;
    text-transform: uppercase
}

.text-service-li-oth {
    font-size: 16px;
    text-transform: none;
    line-height: 20px;
    color: #151515;
    font-weight: 700
}

.title-oth-01 {
    text-transform: uppercase
}

#about-us h2 {
    font-weight: 300;
    margin-top: 0;
    color: #1d4299
}

h3 {
    font-size: 20px;
    font-weight: 300
}

.img-cliente {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100px;
    height: 100px
}

.fotoPersona {
    text-align: right
}

@media(max-width:1023px) {
    .fotoPersona {
        text-align: center
    }
}

.persona {
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    background-color: #222;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 0 4px;
    border: #eee;
    border-style: solid;
    border-width: 1px
}

.op-cli {
    font-style: italic
}

.img-gris {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.member-info h4 {
    font-size: 11px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700
}

.parallax input[type=text],
.parallax input[type=text]:hover,
.parallax input[type=email],
.parallax input[type=email]:hover,
.parallax input[type=url],
.parallax input[type=url]:hover,
.parallax input[type=password],
.parallax input[type=password]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #1d4299
}

.form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .4);
    height: 50px;
    border-radius: 0;
    box-shadow: none
}

input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 5px #1d4299;
    border: 1px solid #1d4299
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

.logo-principal {
    display: inline-block;
    width: 40%
}

@media(max-width:1023px) {
    .logo-principal {
        display: inline-block;
        width: 80%
    }
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #eee;
    text-align: center;
    text-shadow: 0 0 0 rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    text-align: center;
    display: inline-block
}

.mls {
    margin-left: .25em
}

.fs1 {
    font-size: 64px
}

#cms {
    padding-top: 15%
}